C1ObservableKeyedCollection<TKey,TItem> Class
In This Topic
The
C1ObservableCollection<T> is the base class for all
System.Collections.ObjectModel.KeyedCollection`2 derived collections. Supports notification.
Object Model
Syntax
'Declaration
Public MustInherit Class C1ObservableKeyedCollection
(Of ,)
Inherits System.Collections.ObjectModel.KeyedCollection(Of TKey,TItem)
Implements INotifyCollectionChanged
public abstract class C1ObservableKeyedCollection<,> : System.Collections.ObjectModel.KeyedCollection<TKey,TItem>, INotifyCollectionChanged
Type Parameters
- TKey
- The type of keys in the collection.
- TItem
- The type of objects to keep in the collection.
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
C1.C1Schedule.C1ObservableKeyedCollection<TKey,TItem>
C1.C1Schedule.BaseCollection<T>
See Also